﻿body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


body {
    
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/*-- header --*/
/*-- w3layouts --*/
/*-- agile-info --*/
.header {
    position: relative;
}
/*-- top-header --*/
.top-header-left {
    float: left;
    width: 50%;
}

    .top-header-left p {
        color: #909090;
        font-size: .7em;
        margin: 0.5em 0 0 19em;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.top-header {
    background: #353535;
    padding: .7em 0;
}

.top-header-right {
    float: right;
    width: 25%;
}

.top-header-right-info {
    float: left;
}

    .top-header-right-info ul {
        padding: 0;
        margin: 0;
    }

        .top-header-right-info ul li {
            display: inline-block;
            margin: 0 1em;
        }

            .top-header-right-info ul li a {
                color: #909090;
                font-size: .7em;
                margin: 0;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

                .top-header-right-info ul li a:hover {
                    text-decoration: none;
                    color: #9E1616;
                }

.social-icons {
    float: left;
}

    .social-icons ul {
        padding: 0;
        margin: 0;
    }

        .social-icons ul li {
            display: inline-block;
        }

            .social-icons ul li a.twitter {
                color: #FFF;
                font-size: 1em;
                margin: 0 .5em;
            }

                .social-icons ul li a.twitter:hover {
                    color: #55acee;
                }

            .social-icons ul li a.facebook:hover {
                color: #3b5998;
            }

            .social-icons ul li a.google:hover {
                color: #dc4e41;
            }
/*-- //top-header --*/
.bottom-header {
    background: #FFF;
}

.top-nav {
    background: #FFF;
}

.navbar-default {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none !important;
    }

div#bs-example-navbar-collapse-1 {
    padding: 0;
}

.top-nav ul {
    padding: 0;
    margin: 0 0 0 11em;
    float: none;
}

    .top-nav ul li {
        display: inline-block;
        margin: 0;
        float: left;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none !important;
    border-right: solid 1px #EFEFEF;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
}

.top-nav ul li a {
    color: #353535 !important;
    font-size: 1em;
    margin: 0;
    text-decoration: none;
    padding: 2.1em;
    border-right: solid 1px #EFEFEF;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
}

    .top-nav ul li a:hover {
        color: #9E1616 !important;
    }

    .top-nav ul li a.active {
        color: #9E1616 !important;
    }

.caret {
    margin-left: 14px;
}

ul.dropdown-menu {
    background: #FFF;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 6em;
    left: 0;
    min-width: 107px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 44px !important;
    clear: both;
    margin: .3em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: none;
    }

.dropdown-submenu {
    position: relative;
}
    /*-- w3layouts --*/
    /*-- agile-info --*/
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 103%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-width: 5px 0 5px 5px;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.logo h1 {
    margin: 0;
}

.logo {
    position: absolute;
    top: 0;
    width: 170px;
    z-index: 999;
}

    .logo h1 a {
        display: block;
    }
.info-box span.info-icon {
    font-size: 48px;
    color: #e60012;
    display: inline-block;
}

.info-box .info-box-content {
    display: inline-block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info-box .info-box-title {
    font-weight: 800;
    color: #3d4049;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: normal;
}

.info-box .info-box-subtitle {
    margin: 0 0 5px 0;
    line-height: normal;
    color: #777;
    font-size: 16px;
}

/*-- banner --*/
.banner {
    background-size: cover;

}

.slider {
    position: relative;
}

    .slider h2 {
        color: #FFF;
        font-size: 2em;
        margin: 0;
        text-align: center;
    }

.border {
    height: 2px;
    background: #FFF;
    width: 4%;
    margin: 22px auto 0;
}

.slider-info {
    text-align: center;
    margin: 6em 0 0 0;
}

    .slider-info h3 {
        font-size: 4em;
        margin: 0;
        color: #FFF;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 6px;
    }

    .slider-info p {
        color: #E8E8E8;
        font-size: 1em;
        margin: 1em 0 0 0;
    }

.more-button a {
    border: solid 2px #FFF;
    color: #FFF;
    font-size: 1em;
    padding: .5em 3em;
    text-decoration: none;
    letter-spacing: 1px;
}

.more-button {
    margin: 7em 0 1em 0;
}

    .more-button a:hover {
        background: #9E1616;
        border: solid 2px #FFF;
    }

#flash {
    width: 100%;
    float: left;
}

.slideBox {
    position: relative;
    overflow: hidden;
    background: #000;
}

    .slideBox .bd {
        position: relative;
        z-index: 0;
        margin: 0 auto;
    }

        .slideBox .bd li {
            position: relative;
            text-align: center;
            height: 560px;
        }

            .slideBox .bd li img {
                width: 100%;
            }

    .slideBox .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 40px;
        left: 0;
        height: 12px;
        line-height: 12px;
    }

        .slideBox .hd ul {
            text-align: center;
        }

            .slideBox .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 12px;
                height: 12px;
                margin: 0 5px;
                overflow: hidden;
                background: #fff; /*filter:alpha(opacity=80);opacity:0.8;*/
                line-height: 999px;
                border-radius: 50%;
            }

            .slideBox .hd ul .on {
                background: #e60012;
            }

    .slideBox .prev {
        display: none;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -37.5px;
        width: 49px;
        height: 75px;
        background: url(../images/left.png) no-repeat left top;
        cursor: pointer;
    }

    .slideBox .next {
        display: none;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -37.5px;
        width: 49px;
        height: 75px;
        background: url(../images/right.png) no-repeat left top;
        cursor: pointer;
    }
@media screen and (min-width: 1200px) {
    .container {
        width: 1366px;
    }
   
    .m_btn_prev {
        position: absolute;
        left: 50%;
        margin-left: -570px;
        top: 200px;
        z-index: 999
    }

    .m_btn_next {
        position: absolute;
        left: 50%;
        margin-left: 570px;
        top: 200px;
        z-index: 999
    }
}

@media screen and (max-width: 1200px) {
    .pro_item_1, .pro_item_2 {
        width: 46.666%;
        margin-right: 3.333%;
    }

    .pro_item_3 {
        width: 96.666%;
        margin-right: 3.333%;
    }

    .pro_item_4 {
        width: 100%;
    }

    .pro_item_5 {
        width: 48.333%;
        margin-right: 3.333%;
    }

    .pro_item_6 {
        width: 48.333%;
    }

    #mainSlider li {
        height: 360px !important;
    }
    #mainSlider li img{
        height: 360px !important;
    }
    .m_btn_prev {
        position: absolute;
        left: 50%;
        margin-left: -570px;
        top: 150px;
        z-index: 999
    }

    .m_btn_next {
        position: absolute;
        left: 50%;
        margin-left: 570px;
        top: 150px;
        z-index: 999
    }

    #navigate ul li a {
        padding: 0 15px;
    }
}
/*end*/
/*-- w3layouts --*/
/*-- agile-info --*/
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

    .rslides_tabs li {
        display: inline;
        float: none;
        margin-right: 1px;
    }

    .rslides_tabs a {
        width: auto;
        line-height: 20px;
        padding: 9px 20px;
        height: auto;
        background: transparent;
        display: inline;
    }

    .rslides_tabs li:first-child {
        margin-left: 0;
    }

    .rslides_tabs .rslides_here a {
        background: rgba(255,255,255,.1);
        color: #fff;
        font-weight: bold;
    }

.events {
    list-style: none;
}


    ul.social-slide li i.win {
        background-position: -6px 0px;
    }

    ul.social-slide li i.android {
        background-position: -110px 0px;
    }

    ul.social-slide li i.mac {
        background-position: -215px 0px;
    }

.callbacks_tabs li {
    display: inline-block;
    margin: 0 .2em;
}

@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}

.down-arrow-transparent {
    background: url(../images/down-arrow-transparent.png) no-repeat center -1px transparent;
    display: block;
    height: 22px;
    width: 100%;
    margin: 0;
    z-index: 200;
    position: absolute;
    border: 0;
    left: 0;
    right: 0;
    bottom: 0%;
    /*background: #edeff1*/
}

/*--w3l-agile--*/
/*--w3l-agile-info-*/
.icon-box:hover i.fa {
    color: #fff !important;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.icons a {
    color: #999;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

    .bs-glyphicons li .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
        color: #282a2b;
    }

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.imore {
    margin: 0 auto;
    display: block;
    width: 126px;
    height: 40px;
    line-height: 40px;
    background: #e60012;
    margin-top: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}
/*-- banner-bottom --*/
.banner-bottom {
    position: absolute;
    top:37em;
    z-index:998;
    left: 25%;
}

.banner-bottom-left {
    background: url(../images/banner-bottom01.jpg) no-repeat 0px 0px #9E1616;
    background-size: cover;
    padding: 2em;
}

.banner-bottom-right {
    background: url(../images/banner-bottom02.jpg) no-repeat center #D2D4D4 !important;
    background-size: cover;
}

.left-border {
    border: solid 5px #FFF;
    height: 200px;
}

.left-border-info {
    position: absolute;
    top: 22%;
    left: 16%;
    width: 31%;
}

    .left-border-info p {
        color: #FFF;
        font-size: 1.8em;
        margin: 0;
        text-transform: uppercase;
    }
/*-- information --*/
.information {
    padding: 2em 0 2em 0;
}

.information-heading {
    text-align: center;
}

    .information-heading h3, .popular-heading h3 {
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 3px;
        font-size: 3em;
    }

    .information-heading p, .popular-heading p, .about-heading p, .codes-heading p, .gallery-heading p, .blog-heading p, .contact-heading p {
        font-size: 1em;
        margin: 2em auto 0;
        width: 80%;
        line-height: 1.8em;
    }

.information-grids {
    margin: 3em 0 0 0;
}

.information-grid-img img {
    width: 100%;
}

.information-grid-info {
    padding: 2em;
    background: #FFF;
}

    .information-grid-info h4, .team-grid h4 {
        color: #e60012;
        font-size: 1.6em;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .information-grid-info p, .team-grid p {
        font-size: .875em;
        color: #777;
        margin: 1em 0 0 0;
        line-height: 1.8em;
    }

.information-info {
    border: 1px solid #eee;
}
/*-- popular --*/
.popular {
    padding: 4em 0;
    background: #37767A;
    position: relative;
}

.popular-heading h3 {
   
}

.popular-heading p {
    
}

.popular-slide {
    margin: 4em 0 0 0;
}

.popular-slide-info {
    background: url(../images/12.jpg) no-repeat 0px -0px;
    background-size: cover;
    min-height: 400px;
    text-align: center;
}

    .popular-slide-info h4 {
        color: #FFF;
        font-size: 6em;
        padding: 1em 0 0 0;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 3px;
    }

    .popular-slide-info p {
        font-size: .875em;
        color: #FFF;
        margin: 1em auto 0;
        line-height: 1.8em;
        width: 50%;
    }

.popular-slide1 {
    background: url(../images/10.jpg) no-repeat 0px -0px;
    background-size: cover;
    min-height: 400px;
    text-align: center;
}

.popular-slide2 {
    background: url(../images/11.jpg) no-repeat 0px -0px;
    background-size: cover;
    min-height: 400px;
    text-align: center;
}

.popular-grids {
    margin: 5em 0 0 0;
}

.popular-grid h5 {
    color: #FFF;
    font-size: 1.5em;
    margin: 0;
}

.popular-grid p {
    font-size: .875em;
    color: #133031;
    line-height: 1.8em;
    margin: 2em 0 0 0;
}

.ind_intro {
    padding: 30px 0;
    position: relative;
}

.ind_video {
    width: 618px;
    height: 488px;
    position: relative;
    z-index: 1;
}

    .ind_video .content {
        width: 100%;
        height: 420px;
        position: relative;
        text-align: center;
        background: #000;
    }

    .ind_video .video {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ind_video .play {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .ind_video .play > img {
            width: 100%;
            height: 100%;
            z-index: -1;
        }

    .ind_video .zz {
        z-index: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(icon/zz_black1.png) repeat;
    }

        .ind_video .zz img.play_btn {
            cursor: pointer;
            border-radius: 100%;
        }

    .ind_video .title {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.introduction {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 30px;
    height: 488px;
    padding: 0 54px 0 175px;
    background: url(../images/intro_con_bg1.jpg) no-repeat 0 center;
}

    .introduction .title {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        line-height: 90px;
        background: url(../images/title_lie.jpg) no-repeat bottom right;
        margin: 20px 0;
        text-align: right;
    }

    .introduction .content {
        font-size: 16px;
        color: #fff;
        line-height: 32px;
        height: 284px;
        overflow: hidden;
        text-align: right;
    }

    .introduction .more {
        width: 135px;
        height: 42px;
        margin: 20px 0;
        text-align: center;
        line-height: 42px;
        color: #fff;
        font-size: 14px;
        background: #000;
        float: right;
    }

    .introduction .arrow {
        text-align: right;
    }

    .introduction a.prev {
        display: inline-block;
        width: 34px;
        height: 34px;
        background: url(../images/intro_prev.png) no-repeat center;
        margin-right: 10px;
    }

    .introduction a.next {
        display: inline-block;
        width: 34px;
        height: 34px;
        background: url(../images/intro_next.png) no-repeat center;
    }
.block {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
/*-- footer --*/
.footer {
}

.footer-nav h4 {
    color: #9E1616 !important;
    font-size: 2em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.footer-nav ul {
    padding: 0;
    margin: 0;
}

    .footer-nav ul li {
        display: block;
        margin: 1em 0;
    }

        .footer-nav ul li a {
            color: #353535;
            font-size: 1em;
        }

            .footer-nav ul li a:hover {
                color: #9E1616;
                text-decoration: none;
            }

.footer-nav p {
    font-size: .875em;
    color: #353535;
    margin: 0;
    line-height: 1.8em;
}

.footer-nav form {
    margin: 1em 0 0 0;
}

    .footer-nav form input[type="email"]:focus {
        outline: none;
    }

    .footer-nav form input[type="email"] {
        background: #fff;
        box-shadow: none !important;
        padding: 10px 23px;
        color: #282828;
        font-size: .875em;
        width: 100% !important;
        font-weight: 400;
        border: 1px solid #ebebeb;
        margin: 0 0 1em 0;
    }

    .footer-nav form input[type="submit"] {
        border: solid 2px #353535;
        color: #353535;
        font-size: .875em;
        padding: .5em 2em;
        text-decoration: none;
        letter-spacing: 1px;
        background: none;
    }

        .footer-nav form input[type="submit"]:hover {
            color: #9E1616;
            border: solid 2px #9E1616;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

.news-grid h6 {
    color: #37767a;
    font-size: .875em;
    margin: 0 0 1.5em 0;
}

    .news-grid h6 a {
        color: #353535;
    }

        .news-grid h6 a:hover {
            color: #9E1616;
            text-decoration: none;
        }

.copyright {
    margin: 1em 0 0 0;
}

    .copyright p {
        font-size: .875em;
        color: #353535;
        margin: 0;
    }

        .copyright p a {
            color: #353535;
        }

            .copyright p a:hover {
                color: #9E1616;
                text-decoration: none;
            }
/*-- wthree--*/
/*-- agile-its --*/
/*-- about --*/
.about, .codes, .gallery, .blog, .contact, .login {
    padding: 4em 0 0 0;
    background: #F9F9F9;
}

.about-heading {
    text-align: center;
}

    .about-heading h2, .codes-heading h2, .gallery-heading h2, .blog-heading h2, .contact-heading h2 {
        color: #202020;
        font-size: 3em;
        margin: 0;
    }

.about-bottom {
    margin: 2em 0;
}

    .about-bottom img {
        width: 100%;
    }

    .about-bottom p {
        font-size: .875em;
        color: #353535;
        margin: 2em 0 0 0;
        line-height: 1.8em;
    }

.team {
    padding: 4em 0;
    background: #37767A;
}

.team-heading {
    text-align: center;
}

.team-grid {
    margin: 2em 0 0 0;
}

    .team-grid img {
        width: 100%;
    }

    .team-grid h4 {
        color: #FFF;
        margin: 1em 0 0 0;
    }

    .team-grid p {
        color: #FFF;
    }

.team-icons {
    float: none;
    margin: 1em 0 0 0;
}
/*-- wthree--*/
/*-- agile-its --*/
/*--Shortcodes--*/
.codes-heading {
    text-align: center;
}

h3.hdg {
    font-size: 2.5em;
    color: #000 !important;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #555;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
        margin-bottom: 1em;
        color: #333;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #555;
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }

    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
            margin-bottom: .5em;
        }

    .progress {
        height: 10px;
        margin-bottom: 10px;
    }

    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.typoh2 {
        font-size: 1.5em;
    }

    .grid_4 {
        margin-top: 30px;
    }
}

@media (max-width:480px) {
    .table h1 {
        font-size: 26px;
    }

    .table h2 {
        font-size: 23px;
    }

    .table h3 {
        font-size: 20px;
    }

    .label {
        font-size: 53%;
    }

    .alert, p {
        font-size: 14px;
    }

    .pagination {
        margin: 20px 0 0px;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }

    .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }

    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px !important;
    }

    .list-group {
        margin-bottom: 10px;
    }

    .well {
        padding: 10px;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 0.81em;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 10px 0 !important;
    }

    .codes .row {
        margin: 0;
    }
}
/*--//Shortcodes--*/
/*-- gallery --*/
.gallery {
    padding: 4em 0;
}

.gallery-heading {
    text-align: center;
}

.gallery-grids {
    margin: 2em 0 0 0;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .grid figure {
        position: relative;
        overflow: hidden;
        margin: 10px 0;
        height: auto;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            width: 100%;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                /* Anchor will cover the whole item by default */
                /* For some effects it will show as a button */
                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h3 {
            word-spacing: -0.15em;
            font-weight: 300;
            margin: 0;
            text-align: left;
            font-size: 1.5em;
        }

        .grid figure h2 span {
            font-weight: 800;
        }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }
/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/*-- wthree--*/
/*-- agile-its --*/
/*-- blog --*/
.blog {
    padding: 5em 0;
}

.blog-heading {
    text-align: center;
}

.blog-top-grids {
    margin: 4em 0 0 0;
}

.blog-left {
    margin: 0em 0 2em 0;
    padding-right: 1em;
}

.blog-left-right {
    margin-top: 1em;
}

    .blog-left-right a {
        font-size: 1.2em;
        margin: 0 0 .5em 0;
        color: #353535;
        text-decoration: none;
        letter-spacing: 1px;
    }

        .blog-left-right a:hover {
            text-decoration: none;
            color: #37767A;
        }

.blog-left-left {
    padding: 0 !important;
}

    .blog-left-left p {
        margin: 0 0 1em;
        font-size: .9em;
        color: #555555;
    }

        .blog-left-left p a {
            color: #9E1616;
            text-decoration: none;
        }

            .blog-left-left p a:hover {
                color: #37767A;
            }

    .blog-left-left a img {
        width: 100%;
    }

.blog-left-right p {
    font-size: .9em;
    margin: 0.5em 0;
    color: #353535;
    line-height: 1.8em;
}

ul.pagination {
    margin: 2em 0 0;
}

.blog-top-right-grid {
    padding-right: 0 !important;
}

.Categories {
    margin: 0;
}

    .Categories h3 {
        font-size: 1.5em;
        margin: 0 0 1em 0;
        padding-bottom: .5em;
        color: #9E1616;
    }

    .Categories ul {
        margin: 0;
        padding: 0;
    }

        .Categories ul li {
            display: block;
            background: url(../images/arrow.png) no-repeat 0px 2px;
            margin-bottom: 1em;
        }

            .Categories ul li a {
                font-size: .875em;
                margin: 0;
                color: #353535;
                padding-left: 2em;
            }

                .Categories ul li a:hover {
                    color: #9E1616;
                    text-decoration: none;
                    transition: .5s all;
                    -webkit-transition: .5s all;
                    -moz-transition: .5s all;
                    -o-transition: .5s all;
                    -ms-transition: .5s all;
                }

.comments {
    margin: 4em 0;
}

    .comments h3 {
        font-size: 1.5em;
        margin: 0 0 1em 0;
        padding-bottom: .5em;
        color: #9E1616;
    }

.comments-left {
    padding: .5em;
    border: 1px solid #000000;
}

    .comments-left img {
        width: 100%;
    }

.comments-right h5 {
    font-size: 1em;
    margin: 0 0 .5em 0;
    color: #9E1616;
    letter-spacing: 1px;
}

.comments-right a {
    font-size: 1em;
    margin: 0;
    color: #575353;
    text-decoration: none;
}

    .comments-right a:hover {
        text-decoration: none;
    }

.comments-right p {
    display: block;
    color: #37767A;
    margin: .3em 0 0 0;
    font-size: .8em;
}

.comments-text {
    padding: 1.5em 0;
    border-bottom: 1px solid #868686;
}

    .comments-text:nth-child(4) {
        border: none;
    }

.pagination > li > a, .pagination > li > span {
    color: #353535;
    background-color: #F4F7F9;
}
/*-- single --*/
.single-left-left p {
    margin: 0 0 1em;
    font-size: .9em;
    font-weight: 500;
    color: #555555;
}

    .single-left-left p a {
        color: #9E1616;
        text-decoration: none;
    }

        .single-left-left p a:hover {
            color: #37767A;
        }

.single-left-left img {
    width: 100%;
}

.left-single {
    padding-right: 2em;
}

.response {
    margin-bottom: 5em;
}

    .response h3 {
        font-size: 1.5em;
        margin: 0 0 1em 0;
        color: #9E1616;
    }

.media.response-info {
    margin-top: 3em;
}

.media-left.response-text-left {
    width: 13%;
    float: left;
}

    .media-left.response-text-left a img {
        width: 80%;
    }

    .media-left.response-text-left h5 a {
        color: #37767A;
    }

        .media-left.response-text-left h5 a:hover {
            color: #9E1616;
            text-decoration: none;
        }

.response-text-left h5 {
    font-size: 1em;
    margin: 1em 0 0 0;
    color: #000;
}

.response-text-right p {
    color: #353535;
    font-size: .9em;
    margin: 0 0 1em;
    line-height: 1.8em;
}

.response-text-right ul {
    padding: 0;
    text-align: right;
}

    .response-text-right ul li {
        display: inline-block;
        color: #AFAFAF;
        font-size: .9em;
        margin-right: 1em;
    }

        .response-text-right ul li a {
            color: #9E1616;
            font-size: .9em;
            text-decoration: none;
        }

            .response-text-right ul li a:hover {
                color: #37767A;
            }

.media.response-info {
    margin-top: 3em;
}

.opinion h2 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
    padding-bottom: .5em;
    color: #9E1616;
}

.opinion form input[type="text"] {
    width: 100%;
    color: #898888;
    outline: none;
    font-size: 1em;
    padding: .5em;
    margin: 0 .5em 1em 0;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
}

.opinion form textarea {
    resize: none;
    width: 100%;
    color: #898888;
    font-size: 1em;
    outline: none;
    resize: none;
    padding: .5em;
    border: solid 1px #D5D4D4;
    min-height: 125px;
    -webkit-appearance: none;
}

.opinion form input[type="submit"] {
    border: none;
    outline: none;
    color: #A8A8A8;
    background: none;
    font-size: 1em;
    margin: .6em 0;
    -webkit-appearance: none;
}

    .opinion form input[type="submit"]:hover {
        color: #9E1616;
        transition: .5s all;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        -ms-transition: .5s all;
    }

.blog-left-bottom p {
    font-size: .9em;
    margin: 0.5em 0;
    color: #353535;
    line-height: 1.8em;
}

.blog-left-bottom {
    margin: .5em 0;
}
/*-- w3-agile--*/
/*-- agile-info --*/
/*-- contact --*/
.contact-heading {
    text-align: center;
}

.contact h4 {
    color: #9E1616;
    font-size: 1.2em;
    margin: 0 0 1em;
}

.map {
    margin-top: 3em;
}

    .map iframe {
        width: 100%;
        height: 340px;
        border: none;
    }

.address {
    margin: 6em 0 0;
}

.address-grids {
    padding: 0;
}

.address h4 {
    margin: 0 0 .5em;
}

.contact-infom {
    margin: 4em 0;
}

.address p {
    margin: 0 0 .3em 0;
    font-size: 0.9em;
    color: #353535;
    line-height: 1.8em;
}

.address ul {
    padding: 0;
    margin: 0;
}

    .address ul li {
        display: inline-block;
    }

.address a {
    color: #353535;
    font-size: .9em;
    letter-spacing: 1px;
    transition: .5s all;
}

    .address a:hover {
        color: #37767A;
        text-decoration: none;
    }

.contact-infom p {
    margin: 0;
    font-size: 0.9em;
    color: #353535;
    line-height: 1.8em;
}

.contact-form {
    margin: 3em 0 0;
    padding-bottom: 2em;
}

    .contact-form input[type="text"] {
        display: inline-block;
        background: none;
        border: 1.5px solid #CBCBCB;
        width: 31.9%;
        outline: none;
        padding: 10px 15px 10px 15px;
        font-size: .9em;
        color: #111111;
        margin-bottom: 1.5em;
    }

    .contact-form input[type="email"] {
        display: inline-block;
        background: none;
        border: 1.5px solid #CBCBCB;
        width: 32%;
        outline: none;
        padding: 10px 15px 10px 15px;
        font-size: .9em;
        color: #111111;
        margin: 0 1.25em;
    }

    .contact-form textarea {
        background: none;
        border: 1.5px solid #CBCBCB;
        width: 100%;
        display: block;
        height: 150px;
        outline: none;
        font-size: 0.9em;
        color: #111111;
        resize: none;
        padding: 10px 15px 10px 15px;
        margin-bottom: 1em;
    }

button.btn1.btn-1.btn-1b {
    color: #FFF;
    border: none;
    background: #9E1616;
    padding: .5em 1.5em;
    font-size: 1em;
    outline: none;
}

    button.btn1.btn-1.btn-1b:hover {
        color: #fff;
        background: #37767A;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
/*-- login --*/
.login {
    padding: 4em 0;
}

.login-bg {
    background: url(../images/l4.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 7em 0;
}

.login-body {
    width: 40%;
    margin: 0 auto;
}

.login-heading {
    background: #37767A;
    padding: 3em 0em;
}

    .login-heading h1 {
        color: #FFFFFF;
        font-size: 2em;
        text-align: center;
    }

.login-info {
    padding: 4em 1.5em 1em;
    background: #FFFFFF;
}

    .login-info input[type="text"], .login-info input[type="password"] {
        font-size: 0.9em;
        padding: 10px 0px;
        width: 100%;
        color: #A8A8A8;
        outline: none;
        border: 1px solid #D3D3D3;
        border-top: none;
        border-left: none;
        border-right: none;
        background: #FFFFFF;
        margin: 0em 0em 1.5em 0em;
    }

    .login-info input[type="submit"] {
        border: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        background: #37767A;
        width: 100%;
        padding: .5em 1em;
        font-size: 1em;
        margin: 1.5em 0 0;
    }

        .login-info input[type="submit"]:hover {
            background: #9E1616;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

.forgot-top-grids {
    margin-top: 2em;
}

.login-info label.checkbox {
    margin-left: 1.3em;
    margin-top: 0;
    font-size: 1em;
    color: #555;
    display: inline-block;
    cursor: pointer;
}

.forgot {
    float: right;
    margin-top: .3em;
}

    .forgot a {
        font-size: .75em;
        color: #9E1616;
        display: block;
        text-transform: uppercase;
    }

        .forgot a:hover {
            color: #37767A;
            text-decoration: none;
        }

.login-copyright {
    margin: 3em 0 0 0;
}

    .login-copyright p {
        text-align: center;
    }

.signup-text {
    margin: 2em 0 0 0;
    text-align: center;
}

    .signup-text a {
        font-size: .75em;
        color: #9E1616;
        display: block;
        text-transform: uppercase;
    }

        .signup-text a:hover {
            color: #37767A;
            text-decoration: none;
        }

.login-info h2 {
    color: #999;
    font-size: .875em;
    margin: 1em 0;
    text-align: center;
}

.login-icons ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

    .login-icons ul li {
        display: inline-block;
        margin: 0 1em;
    }

        .login-icons ul li a {
            display: block;
        }

.login-icons i.fa.fa-facebook, .login-icons i.fa.fa-twitter, .login-icons i.fa.fa-google-plus, .login-icons i.fa.fa-dribbble {
    font-size: 1.5em;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #3b5998;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.login-icons i.fa.fa-twitter {
    background: #55acee;
}

.login-icons i.fa.fa-google-plus {
    background: #dc4e41;
}

.login-icons i.fa.fa-dribbble {
    background: #ea4c89;
}

.forgot-grid {
    float: left;
}

    .forgot-grid ul {
        margin: 0;
        padding: 0;
    }

        .forgot-grid ul li {
            list-style: none;
            display: inline-block;
        }

            .forgot-grid ul li input[type="checkbox"] {
                display: none;
            }

                .forgot-grid ul li input[type="checkbox"] + label {
                    position: relative;
                    padding-left: 31px;
                    border: aliceblue;
                    color: #353535;
                    display: inline-block;
                    cursor: pointer;
                    font-size: .75em;
                    font-weight: normal;
                    text-transform: uppercase;
                }

                    .forgot-grid ul li input[type="checkbox"] + label span:first-child {
                        width: 17px;
                        height: 17px;
                        display: inline-block;
                        border: 2px solid #C8C8C8;
                        position: absolute;
                        left: 0;
                        bottom: 4px;
                        top: 0;
                    }

                .forgot-grid ul li input[type="checkbox"]:checked + label span:first-child:before {
                    content: "";
                    background: url(../images/tick.png)no-repeat;
                    position: absolute;
                    left: 1px;
                    top: 2px;
                    font-size: 10px;
                    width: 10px;
                    height: 10px;
                }
/*-- responsive-start-here --*/
@media (max-width:1440px) {
    ul.callbacks_tabs.callbacks2_tabs {
        left: 45%;
    }

    .banner-bottom {
        left: 9%;
    }
}

@media (max-width:1366px) {
    .banner-bottom {
        display:none;
        left: 4%;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        left: 44%;
    }
}

@media (max-width:1280px) {
    .banner-bottom {
        left: 3%;
    }
}

@media (max-width:1080px) {
    .top-header-right {
        width: 35%;
    }

    .information-grid-info h4, .team-grid h4 {
        font-size: 1.5em;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        left: 42%;
    }

    .contact-form input[type="text"] {
        width: 31.6%;
    }

    .grid figure h3 {
        font-size: 1.2em;
    }

    .login-body {
        width: 45%;
    }

    .logo a img {
        width: 100%;
    }

    .top-nav ul li a {
        padding: 1.6em;
    }
}

@media (max-width:1024px) {
    .banner-bottom {
        left: 2%;
    }

    .login-body {
        width: 55%;
    }
}

@media (max-width:991px) {
    .top-header-left {
        width: 64%;
    }

    .top-header-right {
        width: 36%;
    }

    .top-nav ul li a {
        padding: 1.2em;
    }

    .logo {
        width: 140px;
    }

    .banner {
        padding: 3em 0 8em;
    }

    .slider-info {
        margin: 3em 0 0 0;
    }

    .more-button {
        margin: 4em 0 1em 0;
    }

    .banner-bottom-left {
        float: left;
        width: 50%;
        padding: 1.5em;
    }

    .banner-bottom {
        position: inherit;
        padding: 3em 0;
    }

    .left-border-info {
        width: 45%;
        left: 18%;
    }

        .left-border-info p {
            font-size: 1.5em;
        }

    .left-border {
        height: 170px;
    }

    .information {
        padding: 0em 0 4em 0;
    }

    .information-heading p, .popular-heading p, .about-heading p, .codes-heading p, .gallery-heading p, .blog-heading p, .contact-heading p {
        width: 100%;
    }

    .information-grid {
        margin-bottom: 1em;
    }

        .information-grid:nth-child(3) {
            margin-bottom: 0;
        }

    .popular-slide-info h4 {
        font-size: 4em;
    }

    .popular-slide-info p {
        width: 66%;
    }

    .popular-slide-info {
        background: url(../images/9.jpg) no-repeat 0px -49px;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        top: 60%;
        left: 39%;
    }

    .popular-grid p {
        margin: 1em 0 0 0;
    }

    .popular-grid {
        margin-bottom: 1em;
    }

        .popular-grid:nth-child(3) {
            margin-bottom: 0;
        }

    .footer-nav:nth-child(2) {
        margin: 2em 0;
    }

    .team-grid {
        float: left;
        width: 33.33%;
    }

        .information-grid-info h4, .team-grid h4 {
            font-size: 1.4em;
        }

    ul.dropdown-menu {
        top: 4.5em;
    }

    .dropdown-menu > li > a {
        padding: 3px 33px !important;
    }

    .gallery-grid {
        width: 50%;
        float: left;
        margin-bottom: 1em;
    }

    .Categories {
        margin: 2em 0 0 0;
    }

    .comments-left {
        width: 20%;
        float: left;
    }

    .comments-right {
        float: left;
    }

    .comments {
        margin: 2em 0 0 0;
    }

        .comments h3 {
            margin: 0 0 0em 0;
        }

    .address {
        margin: 2em 0 0;
    }

    .address-grids {
        margin: 0 0 1em 0;
    }

    .contact-infom {
        margin: 1em 0 0 0;
    }

    .contact-form input[type="text"] {
        width: 30.6%;
    }

    .top-header-left p {
        font-size: .7em;
        margin: 0.5em 0 0 13em;
    }

    .slider-info h3 {
        font-size: 3em;
    }
}

@media (max-width:800px) {
    ul.callbacks_tabs.callbacks2_tabs li {
        display: inline-block;
        margin: 0;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        left: 46%;
    }
}

@media (max-width:768px) {
    .slider-info h3 {
        font-size: 3em;
    }

    .callbacks_tabs {
        top: 112%;
        right: 47%;
    }

    .banner {
        padding: 3em 0 6em;
    }

    .popular-slide-info {
        background: url(../images/9.jpg) no-repeat 0px 0;
        min-height: 360px;
        background-size: cover !important;
    }

    .popular-slide1 {
        background: url(../images/10.jpg) no-repeat 0px 0px !important;
        background-size: cover !important;
    }

    .popular-slide2 {
        background: url(../images/11.jpg) no-repeat 0px 0px !important;
        background-size: cover !important;
    }
}

@media (max-width:736px) {
    .logo {
        width: 140px;
        top: 18px;
    }
}

@media (max-width:667px) {
    .contact-form input[type="text"] {
        width: 100%;
    }

    .contact-form input[type="email"] {
        width: 100%;
        margin: 0 0em 1em 0;
    }

    .login-icons ul li {
        display: inline-block;
        margin: 0 0.2em;
    }
}

@media (max-width:640px) {
    .top-header-left p {
        margin: 0.5em 0 0 14em;
    }

    .top-header-left p {
        font-size: .6em;
    }

    .top-header-right-info ul li {
        margin: 0 .1em;
    }

    .logo {
        width: 131px;
    }

    .top-nav ul li {
        display: block;
        margin: 0;
        float: none;
    }

    .top-nav ul {
        padding: 0;
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        text-align: center;
        border: none;
        box-shadow: 0 0 0;
    }

    .top-nav ul li a {
        padding: 1em 0;
    }

    .caret {
        margin-left: 6px;
    }

    .slider-info h3 {
        font-size: 2em;
        line-height: 1.5em;
    }

    .information-heading h3, .popular-heading h3 {
        font-size: 2em;
    }

    .popular-slide {
        margin: 2em 0 0 0;
    }

    .popular-slide-info p {
        width: 86%;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        left: 45%;
    }

    .about-heading h2, .codes-heading h2, .gallery-heading h2, .blog-heading h2, .contact-heading h2 {
        font-size: 2em;
    }

    .information-grid-info h4, .team-grid h4 {
        font-size: 1.1em;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
    }

    .grid figure figcaption {
        padding: 1em;
    }

    .contact-form input[type="text"] {
        width: 100%;
    }

    .contact-form input[type="email"] {
        width: 100%;
        margin: 0 0 1em 0;
    }

    .login-heading {
        padding: 2em 0em;
    }

    .login-body {
        width: 63%;
    }

    .bs-glyphicons li {
        float: left;
        width: 47%;
    }

    .left-border-info {
        width: 45%;
        left: 18%;
    }
}

@media (max-width:480px) {
    .logo {
        width: 163px;
    }

    .top-header-left p {
        margin: 0.5em 0 0 18em;
    }

    .top-header-right {
        width: 23%;
    }

    .slider-info {
        margin: 2em 0 0 0;
    }

        .slider-info p {
            font-size: .9em;
        }

    .more-button {
        margin: 3em 0 1em 0;
    }

        .more-button a {
            padding: .5em 2em;
        }

    .callbacks_nav {
        width: 32px;
    }

    .banner-bottom-left {
        float: none;
        width: 100%;
    }

    .banner-bottom-right {
        margin: 1em 0 0 0;
    }

    .left-border-info {
        width: 30%;
        left: 23%;
        top: 22%;
    }

    .information-grids {
        margin: 3em 0 0 0;
    }

    .information-heading p, .popular-heading p, .about-heading p, .codes-heading p, .gallery-heading p, .blog-heading p, .contact-heading p {
        font-size: .9em;
    }

    .popular-slide-info h4 {
        font-size: 3em;
    }

    .popular-slide-info {
        min-height: 340px;
    }

    .border {
        width: 10%;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        left: 42%;
        top: 53%;
    }

    .banner-bottom {
        padding: 2em 0;
    }

    .popular {
        padding: 2em 0;
    }

    .footer {
        padding: 2em 0;
    }

    .about, .codes, .gallery, .blog, .contact, .login {
        padding: 2em 0 0 0;
    }

    .team {
        padding: 2em 0;
    }

    .team-grid {
        float: none;
        width: 100%;
    }

        .information-grid-info h4, .team-grid h4 {
            font-size: 1.3em;
        }

    .gallery-grid {
        width: 100%;
        float: none;
    }

    .media-left.response-text-left {
        width: 22%;
    }

    .login-body {
        width: 85%;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .left-single {
        padding-right: 0;
    }
}

@media (max-width:414px) {
    .logo {
        width: 110px;
        position: inherit;
        float: left;
    }

    .navbar-toggle {
        margin-top: 21px;
        margin-right: 0;
    }

    .top-header-left {
        width: 43%;
    }

        .top-header-left p {
            margin: 0.5em 0 0 0em;
        }

    .top-header-right {
        width: 54%;
    }

    .banner {
        padding: 2em 0 5em;
    }

    .callbacks_nav {
        top: 74%;
    }

    .slider h2 {
        font-size: 1.5em;
    }

    .slider-info p {
        width: 90%;
        margin: 0 auto;
    }

    .more-button a {
        padding: .5em 2em;
        font-size: .8em;
    }

    .left-border-info {
        width: 36%;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        left: 41%;
    }

    .top-nav ul li a {
        padding: .5em 0;
    }

    .login-heading {
        padding: 1em 0em;
    }

    .login-info {
        padding: 2em 1.5em 1em;
    }

    .login-icons ul li {
        margin: 0 0.2em;
    }

    nav.navbar.navbar-default {
        width: 70% !important;
        float: right !important;
    }

    .callbacks_tabs {
        top: 101%;
        right: 42%;
    }
}

@media (max-width:384px) {
    nav.navbar.navbar-default {
        width: 66% !important;
    }

    .left-border-info {
        width: 40%;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        left: 35%;
    }
}

@media (max-width:320px) {
    .top-header-right {
        width: 35%;
    }

    .top-header-left {
        width: 54%;
    }

    .border {
        margin: 7px auto 0;
    }

    .slider-info h3 {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    .callbacks_nav {
        top: 43%;
        width: 20px;
    }

    .more-button {
        margin: 1.5em 0 1em 0;
    }

    .callbacks_tabs {
        top: 103%;
        right: 41%;
    }

    .banner {
        background: url(../images/2.jpg) no-repeat -206px 0px;
        background-size: cover;
        padding: 2em 0 3em;
    }

    .left-border-info p {
        font-size: 1.3em;
    }

    .left-border-info {
        width: 42%;
    }

    .left-border {
        height: 124px;
    }

    .information-heading h3, .popular-heading h3 {
        font-size: 1.5em;
    }

    .information-grid-info {
        padding: 1em;
    }

        .information-grid-info p, .team-grid p {
            font-size: .8em;
        }

        .information-grid-info h4, .team-grid h4 {
            font-size: 1.2em;
        }

    .popular-slide-info h4 {
        font-size: 2em;
    }

    .popular-slide-info p {
        width: 95%;
    }

    .popular-slide-info p {
        font-size: .8em;
    }

    .popular-slide-info {
        min-height: 289px;
    }

    ul.callbacks_tabs.callbacks2_tabs {
        top: 50%;
    }

    .popular-grids {
        margin: 4em 0 0 0;
    }

    .popular-grid h5 {
        font-size: 1.2em;
    }

    .popular-grid p {
        font-size: .8em;
    }

    .footer-nav h4 {
        font-size: 1.3em;
    }

    .footer-nav ul li a {
        font-size: .8em;
    }

    .news-grid h6 {
        font-size: .8em;
    }

    .copyright p {
        font-size: .8em;
    }

    .top-nav ul li a {
        font-size: .875em;
    }

    .about-heading h2, .codes-heading h2, .gallery-heading h2, .blog-heading h2, .contact-heading h2 {
        font-size: 1.5em;
    }

    .information-heading p, .popular-heading p, .about-heading p, .codes-heading p, .gallery-heading p, .blog-heading p, .contact-heading p {
        font-size: .8em;
    }

    .about-bottom p {
        font-size: .8em;
    }

    .blog-top-grids {
        margin: 2em 0 0 0;
    }

    .blog-left-left p {
        font-size: .8em;
    }

    .blog-left-right a {
        font-size: 1em;
    }

    .blog-left-right p {
        font-size: .8em;
    }

    .blog-left {
        margin: 0em 0 1em 0;
    }

    .Categories ul li a {
        font-size: .8em;
    }

    .Categories h3 {
        margin: 0 0 .5em 0;
    }

    .media-left.response-text-left {
        width: 26%;
    }

    .opinion form input[type="text"] {
        font-size: .8em;
    }

    .opinion form textarea {
        font-size: .8em;
    }

    .map iframe {
        height: 180px;
    }

    .address p {
        font-size: 0.8em;
    }

    .contact-infom p {
        font-size: 0.8em;
    }

    .navbar-toggle {
        margin-top: 24px;
        font-size: .8em;
    }

    .login-heading h1 {
        font-size: 1.2em;
    }

    .login-body {
        width: 100%;
    }

    .login-info input[type="text"], .login-info input[type="password"] {
        font-size: 0.8em;
    }

    nav.navbar.navbar-default {
        width: 59% !important;
    }
}
.section-header {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 1.6% auto 1.6%;
    text-align: center;
    font-size: 0;
}

@media screen and (max-width: 640px) {
    .section-header {
        margin: 8% auto 8%;
    }
}

.section-header h3 {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 30px;
    z-index: 5;
}

.green {
    color: #38b549;
}

.black {
    color: #000;
}

.section-header p {
    display: block;
    line-height: 1;
    font-size: 18px;
    color: #b4b4b4;
    margin-top: 15px;
    text-transform: uppercase;
}

.section-header .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    top: 29px;
    left: 0;
    text-align: center;
    z-index: 2;
}

    .section-header .line span {
        display: inline-block;
        width: 240px;
        height: 1px;
        background-color: #edeff1;
    }
header {
background:#fff;
}